home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / mindbo1a / module1.bas < prev    next >
BASIC Source File  |  1999-04-18  |  210b  |  6 lines

  1. Attribute VB_Name = "Module1"
  2. Option Explicit
  3. Global intScore As Integer
  4. Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundNames As String, ByVal uFlags As Long) As Long
  5.  
  6.